Skip to content

Conversation

@karlseguin
Copy link
Collaborator

This was previously being set back to null before it was actually needed.

Also, added a more logs / log details.

This was previously being set back to null before it was actually needed.

Also, added a more logs / log details.
};

var script_source: ?[]const u8 = null;
defer self.current_script = null;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moving this outside the if block, so that self.current_script is set when script.eval is called is the only meaningful change in this PR.

@krichprollsch krichprollsch merged commit 1839b34 into main Jun 18, 2025
11 checks passed
@krichprollsch krichprollsch deleted the fix_current_script_scope branch June 18, 2025 16:51
@github-actions github-actions bot locked and limited conversation to collaborators Jun 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants